cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/90 - Guess the Number/
# Guess My Number
A number gussing game using HTML, CSS and Javascript
# Links
Repository URL : https://github.com/IshitaBisari
A number gussing game using HTML, CSS and Javascript
# Links
Repository URL : https://github.com/IshitaBisari
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
`use strict`;
let secretNumber = Math.trunc(Math.random()*20) + 1;
let highScore = 0;
let score = 20;
const displayMessage = fu
let secretNumber = Math.trunc(Math.random()*20) + 1;
let highScore = 0;
let score = 20;
const displayMessage = fu